home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / LOGIN._T_ < prev    next >
Text File  |  1995-11-10  |  258b  |  13 lines

  1. #
  2. # Turbo C makefile for LOGIN.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -c -P $<
  6.  
  7. login.exe: login.obj modem_io.obj pcl4c_s.lib
  8.      tcc -ms -M login.obj modem_io.obj pcl4c_s.lib
  9.  
  10. login.obj: login.c pcl4c.h
  11.  
  12. modem_io.obj: modem_io.c modem_io.h
  13.